﻿2026-07-22T19:40:46.9997411Z ##[group]Run set -euo pipefail
2026-07-22T19:40:46.9997702Z [36;1mset -euo pipefail[0m
2026-07-22T19:40:46.9997914Z [36;1mPIN=0c95435[0m
2026-07-22T19:40:46.9998126Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-22T19:40:46.9998371Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-22T19:40:46.9998715Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-22T19:40:46.9999202Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-22T19:40:46.9999626Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-22T19:40:46.9999988Z [36;1m  rm -rf "$CACHE"[0m
2026-07-22T19:40:47.0000208Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-22T19:40:47.0000476Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-22T19:40:47.0000798Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-22T19:40:47.0001239Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-22T19:40:47.0001492Z [36;1mfi[0m
2026-07-22T19:40:47.0001769Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-22T19:40:47.0015509Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-22T19:40:47.0015804Z env:
2026-07-22T19:40:47.0015988Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-22T19:40:47.0016219Z ##[endgroup]
2026-07-22T19:40:47.2900155Z    Compiling proc-macro2 v1.0.106
2026-07-22T19:40:47.2900679Z    Compiling quote v1.0.45
2026-07-22T19:40:47.2901079Z    Compiling unicode-ident v1.0.24
2026-07-22T19:40:47.2901624Z    Compiling libc v0.2.186
2026-07-22T19:40:47.2901900Z    Compiling serde_core v1.0.228
2026-07-22T19:40:47.2902199Z    Compiling cfg-if v1.0.4
2026-07-22T19:40:47.2942433Z    Compiling serde v1.0.228
2026-07-22T19:40:47.2956052Z    Compiling log v0.4.32
2026-07-22T19:40:47.3026690Z    Compiling pin-project-lite v0.2.17
2026-07-22T19:40:47.3060331Z    Compiling portable-atomic v1.13.1
2026-07-22T19:40:47.3061110Z    Compiling typenum v1.20.1
2026-07-22T19:40:47.3061561Z    Compiling memchr v2.8.1
2026-07-22T19:40:47.3136407Z    Compiling version_check v0.9.5
2026-07-22T19:40:47.3184484Z    Compiling find-msvc-tools v0.1.9
2026-07-22T19:40:47.3224585Z    Compiling critical-section v1.2.0
2026-07-22T19:40:47.3560069Z    Compiling shlex v2.0.1
2026-07-22T19:40:47.3928290Z    Compiling futures-core v0.3.32
2026-07-22T19:40:47.3970798Z    Compiling subtle v2.6.1
2026-07-22T19:40:47.4435948Z    Compiling bytes v1.11.1
2026-07-22T19:40:47.5280798Z    Compiling equivalent v1.0.2
2026-07-22T19:40:47.5815084Z    Compiling smallvec v1.15.1
2026-07-22T19:40:47.5817001Z    Compiling itoa v1.0.18
2026-07-22T19:40:47.6083938Z    Compiling semver v1.0.28
2026-07-22T19:40:47.6085122Z    Compiling stable_deref_trait v1.2.1
2026-07-22T19:40:47.6121951Z    Compiling futures-sink v0.3.32
2026-07-22T19:40:47.6301088Z    Compiling futures-io v0.3.32
2026-07-22T19:40:47.6552938Z    Compiling slab v0.4.12
2026-07-22T19:40:47.6881118Z    Compiling futures-channel v0.3.32
2026-07-22T19:40:47.7001411Z    Compiling futures-task v0.3.32
2026-07-22T19:40:47.8126028Z    Compiling rand_core v0.10.1
2026-07-22T19:40:47.8220520Z    Compiling bitflags v2.12.1
2026-07-22T19:40:47.8410889Z    Compiling generic-array v0.14.7
2026-07-22T19:40:47.8611245Z    Compiling rustversion v1.0.22
2026-07-22T19:40:47.8680613Z    Compiling hashbrown v0.17.1
2026-07-22T19:40:47.8810767Z    Compiling getrandom v0.4.2
2026-07-22T19:40:47.9000469Z    Compiling cpufeatures v0.2.17
2026-07-22T19:40:47.9686699Z    Compiling rustc_version v0.4.1
2026-07-22T19:40:47.9801052Z    Compiling fnv v1.0.7
2026-07-22T19:40:47.9841031Z    Compiling strsim v0.11.1
2026-07-22T19:40:48.0420466Z    Compiling cfg_aliases v0.2.1
2026-07-22T19:40:48.0550395Z    Compiling writeable v0.6.3
2026-07-22T19:40:48.0710240Z    Compiling litemap v0.8.2
2026-07-22T19:40:48.1230410Z    Compiling ident_case v1.0.1
2026-07-22T19:40:48.2100516Z    Compiling dunce v1.0.5
2026-07-22T19:40:48.2293165Z    Compiling fs_extra v1.3.0
2026-07-22T19:40:48.2390680Z    Compiling icu_properties_data v2.2.0
2026-07-22T19:40:48.2790283Z    Compiling utf8_iter v1.0.4
2026-07-22T19:40:48.2842278Z    Compiling icu_normalizer_data v2.2.0
2026-07-22T19:40:48.3430743Z    Compiling percent-encoding v2.3.2
2026-07-22T19:40:48.3770415Z    Compiling autocfg v1.5.1
2026-07-22T19:40:48.4020453Z    Compiling http v1.4.1
2026-07-22T19:40:48.4180753Z    Compiling thiserror v2.0.18
2026-07-22T19:40:48.5550554Z    Compiling aws-lc-rs v1.17.0
2026-07-22T19:40:48.5620498Z    Compiling cpufeatures v0.3.0
2026-07-22T19:40:48.5860853Z    Compiling unicode-segmentation v1.13.3
2026-07-22T19:40:48.6110432Z    Compiling scopeguard v1.2.0
2026-07-22T19:40:48.6170603Z    Compiling chacha20 v0.10.0
2026-07-22T19:40:48.6390826Z    Compiling form_urlencoded v1.2.2
2026-07-22T19:40:48.7560891Z    Compiling syn v2.0.117
2026-07-22T19:40:48.7690992Z    Compiling indexmap v2.14.0
2026-07-22T19:40:48.7828358Z    Compiling lock_api v0.4.14
2026-07-22T19:40:48.7829716Z    Compiling untrusted v0.9.0
2026-07-22T19:40:48.7990618Z    Compiling heck v0.5.0
2026-07-22T19:40:48.8271898Z    Compiling rustls v0.23.40
2026-07-22T19:40:48.8880524Z    Compiling const-oid v0.10.2
2026-07-22T19:40:48.8934536Z    Compiling anyhow v1.0.102
2026-07-22T19:40:48.9210656Z    Compiling atomic-waker v1.1.2
2026-07-22T19:40:48.9430844Z    Compiling unicode-xid v0.2.6
2026-07-22T19:40:48.9980670Z    Compiling parking_lot_core v0.9.12
2026-07-22T19:40:49.0350692Z    Compiling jobserver v0.1.34
2026-07-22T19:40:49.0541314Z    Compiling zerocopy v0.8.50
2026-07-22T19:40:49.0620324Z    Compiling paste v1.0.15
2026-07-22T19:40:49.0764265Z    Compiling httparse v1.10.1
2026-07-22T19:40:49.0894329Z    Compiling num-traits v0.2.19
2026-07-22T19:40:49.1012022Z    Compiling hybrid-array v0.4.12
2026-07-22T19:40:49.1129285Z    Compiling curve25519-dalek v4.1.3
2026-07-22T19:40:49.1960660Z    Compiling convert_case v0.10.0
2026-07-22T19:40:49.2769933Z    Compiling ahash v0.8.12
2026-07-22T19:40:49.3046713Z    Compiling fastrand v2.4.1
2026-07-22T19:40:49.3700252Z    Compiling cc v1.2.63
2026-07-22T19:40:49.4281560Z    Compiling either v1.16.0
2026-07-22T19:40:49.4646214Z    Compiling base64ct v1.8.3
2026-07-22T19:40:49.4890671Z    Compiling powerfmt v0.2.0
2026-07-22T19:40:49.5340703Z    Compiling http-body v1.0.1
2026-07-22T19:40:49.5420630Z    Compiling crypto-common v0.1.7
2026-07-22T19:40:49.5498923Z    Compiling block-buffer v0.10.4
2026-07-22T19:40:49.6460578Z    Compiling digest v0.10.7
2026-07-22T19:40:49.6629995Z    Compiling deranged v0.5.8
2026-07-22T19:40:49.7280650Z    Compiling time-core v0.1.8
2026-07-22T19:40:49.7526329Z    Compiling pem-rfc7468 v1.0.0
2026-07-22T19:40:49.8020446Z    Compiling mio v1.2.1
2026-07-22T19:40:49.8180685Z    Compiling socket2 v0.6.4
2026-07-22T19:40:49.8448691Z    Compiling getrandom v0.2.17
2026-07-22T19:40:49.9620538Z    Compiling tower-service v0.3.3
2026-07-22T19:40:49.9911299Z    Compiling rand_core v0.6.4
2026-07-22T19:40:50.0050736Z    Compiling try-lock v0.2.5
2026-07-22T19:40:50.0297092Z    Compiling data-encoding v2.11.0
2026-07-22T19:40:50.0510820Z    Compiling vcpkg v0.2.15
2026-07-22T19:40:50.0928449Z    Compiling rand v0.10.1
2026-07-22T19:40:50.1980748Z    Compiling uuid v1.23.2
2026-07-22T19:40:50.2080375Z    Compiling base64 v0.22.1
2026-07-22T19:40:50.2232032Z    Compiling zmij v1.0.21
2026-07-22T19:40:50.2390606Z    Compiling pkg-config v0.3.33
2026-07-22T19:40:50.3110712Z    Compiling tinyvec_macros v0.1.1
2026-07-22T19:40:50.3278278Z    Compiling num-conv v0.2.2
2026-07-22T19:40:50.3830333Z    Compiling tinyvec v1.11.0
2026-07-22T19:40:50.5230621Z    Compiling parking_lot v0.12.5
2026-07-22T19:40:50.5830394Z    Compiling want v0.3.1
2026-07-22T19:40:50.7079420Z    Compiling sha2 v0.10.9
2026-07-22T19:40:50.7441485Z    Compiling crypto-common v0.2.2
2026-07-22T19:40:50.7563914Z    Compiling block-buffer v0.12.0
2026-07-22T19:40:50.8120571Z    Compiling cmake v0.1.58
2026-07-22T19:40:50.8530784Z    Compiling inout v0.1.4
2026-07-22T19:40:50.9250607Z    Compiling vergen-lib v9.1.0
2026-07-22T19:40:50.9320457Z    Compiling n0-future v0.3.2
2026-07-22T19:40:51.0101794Z    Compiling diatomic-waker v0.2.3
2026-07-22T19:40:51.0190668Z    Compiling spin v0.10.0
2026-07-22T19:40:51.0932618Z    Compiling serde_json v1.0.150
2026-07-22T19:40:51.1270796Z    Compiling signature v2.2.0
2026-07-22T19:40:51.1467034Z    Compiling httpdate v1.0.3
2026-07-22T19:40:51.1680594Z    Compiling crossbeam-utils v0.8.21
2026-07-22T19:40:51.1681509Z    Compiling parking v2.2.1
2026-07-22T19:40:51.1797252Z    Compiling cordyceps v0.3.4
2026-07-22T19:40:51.2427665Z    Compiling winnow v1.0.3
2026-07-22T19:40:51.2621109Z    Compiling ed25519 v2.2.3
2026-07-22T19:40:51.2762369Z    Compiling futures-lite v2.6.1
2026-07-22T19:40:51.3133474Z    Compiling cipher v0.4.4
2026-07-22T19:40:51.3541755Z    Compiling netlink-packet-core v0.8.1
2026-07-22T19:40:51.3710661Z    Compiling universal-hash v0.5.1
2026-07-22T19:40:51.3983183Z    Compiling vergen-lib v0.1.6
2026-07-22T19:40:51.4610756Z    Compiling vergen v9.1.0
2026-07-22T19:40:51.5130498Z    Compiling heapless v0.7.17
2026-07-22T19:40:51.5180875Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-22T19:40:51.5541115Z    Compiling noq-udp v0.10.0
2026-07-22T19:40:51.5998092Z    Compiling sync_wrapper v1.0.2
2026-07-22T19:40:51.6150507Z    Compiling futures-buffered v0.2.13
2026-07-22T19:40:51.6401155Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-22T19:40:51.6861962Z    Compiling allocator-api2 v0.2.21
2026-07-22T19:40:51.7470767Z    Compiling byteorder v1.5.0
2026-07-22T19:40:51.7546749Z    Compiling aws-lc-sys v0.41.0
2026-07-22T19:40:51.7573382Z    Compiling ring v0.17.14
2026-07-22T19:40:51.7850537Z    Compiling libsqlite3-sys v0.30.1
2026-07-22T19:40:51.7919564Z    Compiling opaque-debug v0.3.1
2026-07-22T19:40:51.8655511Z    Compiling polyval v0.6.2
2026-07-22T19:40:51.9901054Z    Compiling digest v0.11.3
2026-07-22T19:40:52.0170745Z    Compiling hash32 v0.2.1
2026-07-22T19:40:52.1227718Z    Compiling spin v0.9.8
2026-07-22T19:40:52.1734513Z    Compiling vergen-gitcl v1.0.8
2026-07-22T19:40:52.2041813Z    Compiling tower-layer v0.3.3
2026-07-22T19:40:52.2210861Z    Compiling signature v3.0.0
2026-07-22T19:40:52.2740771Z    Compiling fallible-iterator v0.3.0
2026-07-22T19:40:52.3627069Z    Compiling ryu v1.0.23
2026-07-22T19:40:52.3706635Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-22T19:40:52.3720484Z    Compiling num_threads v0.1.7
2026-07-22T19:40:52.4220539Z    Compiling sha2 v0.11.0-rc.5
2026-07-22T19:40:52.5071766Z    Compiling time v0.3.47
2026-07-22T19:40:52.5638028Z    Compiling ghash v0.5.1
2026-07-22T19:40:52.5950505Z    Compiling aes v0.8.4
2026-07-22T19:40:52.6501029Z    Compiling ctr v0.9.2
2026-07-22T19:40:52.7020795Z    Compiling fs2 v0.4.3
2026-07-22T19:40:52.7117586Z    Compiling http-body-util v0.1.3
2026-07-22T19:40:52.8070648Z    Compiling aead v0.5.2
2026-07-22T19:40:52.8531163Z    Compiling openssl-probe v0.2.1
2026-07-22T19:40:52.8970678Z    Compiling arrayvec v0.7.6
2026-07-22T19:40:52.9290517Z    Compiling utf8parse v0.2.2
2026-07-22T19:40:52.9951695Z    Compiling crossbeam-channel v0.5.15
2026-07-22T19:40:53.0320432Z    Compiling crossbeam-epoch v0.9.18
2026-07-22T19:40:53.0811772Z    Compiling netlink-packet-route v0.29.0
2026-07-22T19:40:53.1017635Z    Compiling blake3 v1.8.5
2026-07-22T19:40:53.1859288Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-22T19:40:53.3000265Z    Compiling memoffset v0.6.5
2026-07-22T19:40:53.3485258Z    Compiling aes-gcm v0.10.3
2026-07-22T19:40:53.4249300Z    Compiling acto v0.8.2
2026-07-22T19:40:53.4730616Z    Compiling netwatch v0.16.0
2026-07-22T19:40:53.4798403Z    Compiling noq v0.18.0
2026-07-22T19:40:53.5090528Z    Compiling rustc-hash v2.1.2
2026-07-22T19:40:53.6291850Z    Compiling xml-rs v0.8.28
2026-07-22T19:40:53.6645102Z    Compiling identity-hash v0.1.0
2026-07-22T19:40:53.6850852Z    Compiling rustix v1.1.4
2026-07-22T19:40:53.7176111Z    Compiling thiserror v1.0.69
2026-07-22T19:40:53.7331660Z    Compiling tagptr v0.2.0
2026-07-22T19:40:53.7719890Z    Compiling foldhash v0.2.0
2026-07-22T19:40:53.7895844Z    Compiling sorted-index-buffer v0.2.1
2026-07-22T19:40:53.8977625Z    Compiling lru-slab v0.1.2
2026-07-22T19:40:53.9481450Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-22T19:40:53.9680757Z    Compiling ref-cast v1.0.25
2026-07-22T19:40:54.0073700Z    Compiling mac-addr v0.3.0
2026-07-22T19:40:54.1150729Z    Compiling hashbrown v0.16.1
2026-07-22T19:40:54.2418558Z    Compiling netlink-packet-route v0.30.0
2026-07-22T19:40:54.2487601Z    Compiling synstructure v0.13.2
2026-07-22T19:40:54.2580203Z    Compiling darling_core v0.20.11
2026-07-22T19:40:54.3011576Z    Compiling serde_derive_internals v0.29.1
2026-07-22T19:40:54.8530496Z    Compiling proc-macro-crate v3.5.0
2026-07-22T19:40:54.9539629Z    Compiling xmltree v0.10.3
2026-07-22T19:40:54.9830496Z    Compiling termios v0.2.2
2026-07-22T19:40:55.0633472Z    Compiling errno v0.3.14
2026-07-22T19:40:55.1340338Z    Compiling serial-core v0.4.0
2026-07-22T19:40:55.1593978Z    Compiling ioctl-rs v0.1.6
2026-07-22T19:40:55.1796867Z    Compiling simple-dns v0.9.3
2026-07-22T19:40:55.2123367Z    Compiling aho-corasick v1.1.4
2026-07-22T19:40:55.2162546Z    Compiling smol_str v0.1.24
2026-07-22T19:40:55.2650792Z    Compiling signal-hook v0.3.18
2026-07-22T19:40:55.3170879Z    Compiling regex-syntax v0.8.10
2026-07-22T19:40:55.3286145Z    Compiling winnow v0.7.15
2026-07-22T19:40:55.3920630Z    Compiling resolv-conf v0.7.6
2026-07-22T19:40:55.4110574Z    Compiling linux-raw-sys v0.12.1
2026-07-22T19:40:55.4270525Z    Compiling sha1_smol v1.0.1
2026-07-22T19:40:55.4550462Z    Compiling arrayref v0.3.9
2026-07-22T19:40:55.4970799Z    Compiling toml_write v0.1.2
2026-07-22T19:40:55.5212988Z    Compiling constant_time_eq v0.4.2
2026-07-22T19:40:55.6450726Z    Compiling simdutf8 v0.1.5
2026-07-22T19:40:55.7548706Z    Compiling serial-unix v0.4.0
2026-07-22T19:40:55.9360818Z    Compiling signal-hook-registry v1.4.8
2026-07-22T19:40:55.9430301Z    Compiling lru v0.16.4
2026-07-22T19:40:56.0400451Z    Compiling darling_core v0.23.0
2026-07-22T19:40:56.1294282Z    Compiling serde_bytes v0.11.19
2026-07-22T19:40:56.2630554Z    Compiling hmac v0.12.1
2026-07-22T19:40:56.3750730Z    Compiling serde_derive v1.0.228
2026-07-22T19:40:56.3926251Z    Compiling zeroize_derive v1.4.3
2026-07-22T19:40:56.3931351Z    Compiling tokio-macros v2.7.0
2026-07-22T19:40:56.4700686Z    Compiling futures-macro v0.3.32
2026-07-22T19:40:56.9740464Z    Compiling zeroize v1.8.2
2026-07-22T19:40:57.1658431Z    Compiling zerofrom-derive v0.1.7
2026-07-22T19:40:57.2169706Z    Compiling tokio v1.52.3
2026-07-22T19:40:57.3725892Z    Compiling yoke-derive v0.8.2
2026-07-22T19:40:57.4808633Z    Compiling futures-util v0.3.32
2026-07-22T19:40:57.6350533Z    Compiling zerovec-derive v0.11.3
2026-07-22T19:40:57.8180558Z    Compiling displaydoc v0.2.6
2026-07-22T19:40:57.9840988Z    Compiling tracing-attributes v0.1.31
2026-07-22T19:40:58.6160825Z    Compiling rustls-pki-types v1.14.1
2026-07-22T19:40:58.7990635Z    Compiling zerofrom v0.1.8
2026-07-22T19:40:58.8922144Z    Compiling thiserror-impl v2.0.18
2026-07-22T19:40:58.8970153Z    Compiling yoke v0.8.3
2026-07-22T19:40:58.9110630Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-22T19:40:59.1209523Z    Compiling zerotrie v0.2.4
2026-07-22T19:40:59.1393790Z    Compiling zerovec v0.11.6
2026-07-22T19:40:59.4420021Z    Compiling darling_macro v0.20.11
2026-07-22T19:40:59.5082261Z    Compiling derive_more-impl v2.1.1
2026-07-22T19:40:59.5681509Z    Compiling n0-error-macros v0.1.3
2026-07-22T19:40:59.6835583Z    Compiling spez v0.1.2
2026-07-22T19:40:59.8471085Z    Compiling der v0.8.0-rc.10
2026-07-22T19:40:59.8711607Z    Compiling darling v0.20.11
2026-07-22T19:40:59.9586473Z    Compiling tinystr v0.8.3
2026-07-22T19:41:00.0270658Z    Compiling potential_utf v0.1.5
2026-07-22T19:41:00.1229625Z    Compiling derive_builder_core v0.20.2
2026-07-22T19:41:00.1754502Z    Compiling icu_locale_core v2.2.0
2026-07-22T19:41:00.1893292Z    Compiling icu_collections v2.2.0
2026-07-22T19:41:00.6140626Z    Compiling n0-error v0.1.3
2026-07-22T19:41:00.6886943Z    Compiling pin-project-internal v1.1.13
2026-07-22T19:41:01.0180596Z    Compiling ed25519-dalek v2.2.0
2026-07-22T19:41:01.0386247Z    Compiling cobs v0.3.0
2026-07-22T19:41:01.2621025Z    Compiling spt-proto v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-22T19:41:01.3910382Z    Compiling icu_provider v2.2.0
2026-07-22T19:41:01.6110431Z    Compiling derive_builder_macro v0.20.2
2026-07-22T19:41:01.6300333Z    Compiling spki v0.8.0-rc.4
2026-07-22T19:41:01.6970667Z    Compiling icu_normalizer v2.2.0
2026-07-22T19:41:01.8389360Z    Compiling icu_properties v2.2.0
2026-07-22T19:41:01.8523275Z    Compiling ipnet v2.12.0
2026-07-22T19:41:01.9212542Z    Compiling derive_builder v0.20.2
2026-07-22T19:41:01.9597560Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-22T19:41:02.0355787Z    Compiling futures-executor v0.3.32
2026-07-22T19:41:02.0370572Z    Compiling pin-project v1.1.13
2026-07-22T19:41:02.1730585Z    Compiling ed25519 v3.0.0-rc.4
2026-07-22T19:41:02.3680391Z    Compiling prefix-trie v0.8.4
2026-07-22T19:41:02.4647954Z    Compiling futures v0.3.32
2026-07-22T19:41:02.5251944Z    Compiling once_cell v1.21.4
2026-07-22T19:41:02.6044316Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-22T19:41:02.6359632Z    Compiling postcard-derive v0.2.2
2026-07-22T19:41:02.8030454Z    Compiling tracing-core v0.1.36
2026-07-22T19:41:02.8400917Z    Compiling rustls-native-certs v0.8.4
2026-07-22T19:41:03.0601421Z    Compiling hashbrown v0.14.5
2026-07-22T19:41:03.0680557Z    Compiling data-encoding-macro v0.1.20
2026-07-22T19:41:03.1423035Z    Compiling async-trait v0.1.89
2026-07-22T19:41:03.2122692Z    Compiling enum-assoc v1.3.0
2026-07-22T19:41:03.2220770Z    Compiling iroh-metrics-derive v0.4.1
2026-07-22T19:41:03.3343718Z    Compiling tracing v0.1.44
2026-07-22T19:41:03.3844967Z    Compiling tokio-util v0.7.18
2026-07-22T19:41:03.4401307Z    Compiling idna_adapter v1.2.2
2026-07-22T19:41:03.5510552Z    Compiling idna v1.1.0
2026-07-22T19:41:03.6854594Z    Compiling netlink-sys v0.8.8
2026-07-22T19:41:03.7070810Z    Compiling tower v0.5.3
2026-07-22T19:41:03.7976230Z    Compiling postcard v1.1.3
2026-07-22T19:41:03.8690982Z    Compiling hashlink v0.9.1
2026-07-22T19:41:03.9293895Z    Compiling num_enum_derive v0.7.6
2026-07-22T19:41:03.9345458Z    Compiling strum_macros v0.28.0
2026-07-22T19:41:04.0259653Z    Compiling url v2.5.8
2026-07-22T19:41:04.0374226Z    Compiling netdev v0.42.0
2026-07-22T19:41:04.1528207Z    Compiling derive_more v2.1.1
2026-07-22T19:41:04.2190876Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-22T19:41:04.2641399Z    Compiling rusqlite v0.32.1
2026-07-22T19:41:04.3040388Z    Compiling iroh-metrics v0.38.3
2026-07-22T19:41:04.3320491Z    Compiling netlink-proto v0.12.0
2026-07-22T19:41:04.3880490Z    Compiling iroh-relay v0.98.0
2026-07-22T19:41:04.4260809Z    Compiling moka v0.12.15
2026-07-22T19:41:04.6514704Z    Compiling h2 v0.4.14
2026-07-22T19:41:04.6671351Z    Compiling tokio-stream v0.1.18
2026-07-22T19:41:04.6743185Z    Compiling serde_spanned v0.6.9
2026-07-22T19:41:04.7780812Z    Compiling n0-watcher v0.6.1
2026-07-22T19:41:04.8080535Z    Compiling toml_datetime v0.6.11
2026-07-22T19:41:04.8461268Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-22T19:41:04.9450648Z    Compiling attohttpc v0.30.1
2026-07-22T19:41:05.0620906Z    Compiling iroh-base v0.98.0
2026-07-22T19:41:05.1235464Z    Compiling num_enum v0.7.6
2026-07-22T19:41:05.1708170Z    Compiling tower-http v0.6.11
2026-07-22T19:41:05.2270759Z    Compiling ref-cast-impl v1.0.25
2026-07-22T19:41:05.2900504Z    Compiling thiserror-impl v1.0.69
2026-07-22T19:41:05.3920953Z    Compiling toml_edit v0.22.27
2026-07-22T19:41:05.5905054Z    Compiling spt-store v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-22T19:41:05.7175243Z    Compiling webpki-roots v1.0.7
2026-07-22T19:41:05.7766192Z    Compiling regex-automata v0.4.14
2026-07-22T19:41:05.8759952Z    Compiling schemars_derive v1.2.1
2026-07-22T19:41:05.8763247Z    Compiling seize v0.5.1
2026-07-22T19:41:05.9140441Z    Compiling iroh v0.98.2
2026-07-22T19:41:06.2270891Z    Compiling bitflags v1.3.2
2026-07-22T19:41:06.2650494Z    Compiling cmov v0.5.4
2026-07-22T19:41:06.2880464Z    Compiling pin-utils v0.1.0
2026-07-22T19:41:06.3479254Z    Compiling rustix v0.38.44
2026-07-22T19:41:06.3640427Z    Compiling dyn-clone v1.0.20
2026-07-22T19:41:06.4200654Z    Compiling nix v0.25.1
2026-07-22T19:41:06.5160554Z    Compiling ctutils v0.4.2
2026-07-22T19:41:06.5247558Z    Compiling papaya v0.2.4
2026-07-22T19:41:06.7950600Z    Compiling backon v1.6.0
2026-07-22T19:41:06.8390835Z    Compiling strum v0.28.0
2026-07-22T19:41:06.8471000Z    Compiling darling_macro v0.23.0
2026-07-22T19:41:06.9160558Z    Compiling hkdf v0.12.4
2026-07-22T19:41:06.9500783Z    Compiling iroh-dns v0.98.0
2026-07-22T19:41:07.0780559Z    Compiling serial v0.4.0
2026-07-22T19:41:07.1211117Z    Compiling filedescriptor v0.8.3
2026-07-22T19:41:07.1278436Z    Compiling anstyle-parse v1.0.0
2026-07-22T19:41:07.1541295Z    Compiling vte_generate_state_changes v0.1.2
2026-07-22T19:41:07.2163436Z    Compiling anstyle v1.0.14
2026-07-22T19:41:07.3423008Z    Compiling unicode-width v0.2.0
2026-07-22T19:41:07.3511270Z    Compiling is_terminal_polyfill v1.70.2
2026-07-22T19:41:07.4303702Z    Compiling colorchoice v1.0.5
2026-07-22T19:41:07.4391150Z    Compiling downcast-rs v1.2.1
2026-07-22T19:41:07.4942357Z    Compiling instability v0.3.12
2026-07-22T19:41:07.5300820Z    Compiling shell-words v1.1.1
2026-07-22T19:41:07.5425176Z    Compiling foldhash v0.1.5
2026-07-22T19:41:07.5502795Z    Compiling linux-raw-sys v0.4.15
2026-07-22T19:41:07.5616503Z    Compiling anstyle-query v1.1.5
2026-07-22T19:41:07.5758521Z    Compiling vte v0.13.1
2026-07-22T19:41:07.6431881Z    Compiling anstream v1.0.0
2026-07-22T19:41:07.6770722Z    Compiling hashbrown v0.15.5
2026-07-22T19:41:07.7192517Z    Compiling signal-hook-mio v0.2.5
2026-07-22T19:41:07.7195229Z    Compiling darling v0.23.0
2026-07-22T19:41:07.7714390Z    Compiling spake2 v0.4.0
2026-07-22T19:41:07.7971268Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-22T19:41:07.8200923Z    Compiling terminal_size v0.4.4
2026-07-22T19:41:08.0139642Z    Compiling strum_macros v0.26.4
2026-07-22T19:41:08.0460565Z    Compiling schemars v1.2.1
2026-07-22T19:41:08.0536525Z    Compiling toml v0.8.23
2026-07-22T19:41:08.1570412Z    Compiling sha1 v0.10.6
2026-07-22T19:41:08.4729302Z    Compiling itertools v0.13.0
2026-07-22T19:41:08.4820832Z    Compiling castaway v0.2.4
2026-07-22T19:41:08.6060410Z    Compiling indoc v2.0.7
2026-07-22T19:41:08.7700647Z    Compiling regex v1.12.3
2026-07-22T19:41:09.0978002Z    Compiling doctest-file v1.1.1
2026-07-22T19:41:09.2220654Z    Compiling clap_lex v1.1.0
2026-07-22T19:41:09.2650353Z    Compiling unicode-width v0.1.14
2026-07-22T19:41:09.5010420Z    Compiling static_assertions v1.1.0
2026-07-22T19:41:09.5640759Z    Compiling clap_builder v4.6.0
2026-07-22T19:41:09.5792128Z    Compiling compact_str v0.8.2
2026-07-22T19:41:09.6362802Z    Compiling interprocess v2.4.2
2026-07-22T19:41:10.2156264Z    Compiling spt-msg v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-22T19:41:10.4939933Z    Compiling hyper v1.10.1
2026-07-22T19:41:10.5762108Z    Compiling spt-runtime v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-22T19:41:10.6040774Z    Compiling unicode-truncate v1.1.0
2026-07-22T19:41:10.6409944Z    Compiling crossterm v0.28.1
2026-07-22T19:41:10.7130072Z    Compiling portable-pty v0.8.1
2026-07-22T19:41:10.7590010Z    Compiling strum v0.26.3
2026-07-22T19:41:10.7730173Z    Compiling lru v0.12.5
2026-07-22T19:41:10.8684076Z    Compiling clap_derive v4.6.1
2026-07-22T19:41:10.9485700Z    Compiling iana-time-zone v0.1.65
2026-07-22T19:41:10.9566273Z    Compiling cassowary v0.3.0
2026-07-22T19:41:11.0492105Z    Compiling nucleo-matcher v0.3.1
2026-07-22T19:41:11.1860496Z    Compiling chrono v0.4.45
2026-07-22T19:41:11.3310811Z    Compiling spt-term v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-22T19:41:11.7361570Z    Compiling ratatui v0.29.0
2026-07-22T19:41:11.8392035Z    Compiling qrcode v0.14.1
2026-07-22T19:41:11.8835236Z    Compiling tempfile v3.27.0
2026-07-22T19:41:12.2590523Z    Compiling hyper-util v0.1.20
2026-07-22T19:41:13.1780612Z    Compiling clap v4.6.1
2026-07-22T19:41:14.2344955Z    Compiling igd-next v0.17.1
2026-07-22T19:41:14.2345856Z    Compiling spt-live v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-22T19:41:15.4427448Z    Compiling portmapper v0.16.0
2026-07-22T19:41:20.0771640Z    Compiling rustls-webpki v0.103.13
2026-07-22T19:41:22.4261507Z    Compiling tokio-rustls v0.26.4
2026-07-22T19:41:22.4261935Z    Compiling rustls-platform-verifier v0.7.0
2026-07-22T19:41:22.4262242Z    Compiling noq-proto v0.17.0
2026-07-22T19:41:22.5967963Z    Compiling hyper-rustls v0.27.9
2026-07-22T19:41:22.5968602Z    Compiling hickory-net v0.26.0-beta.4
2026-07-22T19:41:22.5969169Z    Compiling tokio-websockets v0.13.2
2026-07-22T19:41:22.7386175Z    Compiling reqwest v0.13.4
2026-07-22T19:41:23.7303090Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-22T19:41:37.7299388Z    Compiling spt-net v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-22T19:41:39.1833394Z    Compiling spt-daemon v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-22T19:41:48.3972359Z    Compiling spt v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-22T19:41:53.2198677Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
2026-07-22T19:41:53.2420168Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-9b0a1977fdc399ed)
2026-07-22T19:41:53.2433676Z 
2026-07-22T19:41:53.2434004Z running 1 test
2026-07-22T19:42:00.8912848Z test new_brain_serves_against_old_broker ... ok
2026-07-22T19:42:00.8913197Z 
2026-07-22T19:42:00.8913501Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.65s
2026-07-22T19:42:00.8913874Z 
